
if (isset(f5)) {
 set.string(s0,"Tell joke at page:");
  set.cursor.char("_");
  v50 = 0;
  v171 = 3;
  set.loop(o0,2);
  load.pic(v0);
  draw.pic(v0);
  stop.motion(o0);
  discard.pic(v0);
  position(o0,68,53);
  status.line.on();
  accept.input();
  load.view(30);
     set.view(o1,30);
  set.cel(o1,2);
animate.obj(o1);
stop.cycling(o1);
position(o1,58,83);
draw(o1);
  load.view(30);
     set.view(o1,30);
  set.cel(o1,2);
animate.obj(o1);
stop.cycling(o1);
position(o1,86,81);
draw(o1);
  load.view(30);
     set.view(o2,30);
  set.cel(o2,2);
animate.obj(o2);
stop.cycling(o2);
position(o2,66,85);
draw(o2);
  load.view(30);
     set.view(o3,30);
  set.cel(o3,2);
animate.obj(o3);
stop.cycling(o3);
position(o3,27,86);
draw(o3);
  load.view(30);
     set.view(o4,30);
  set.cel(o4,2);
animate.obj(o4);
stop.cycling(o4);
position(o4,116,83);
draw(o4);
  load.view(30);
     set.view(o5,30);
  set.cel(o5,2);
animate.obj(o5);
stop.cycling(o5);
position(o5,47,83);
draw(o5);
  load.view(30);
     set.view(o6,30);
  set.cel(o6,1);
animate.obj(o6);
stop.cycling(o6);
position(o6,92,85);
draw(o6);
  load.view(30);
     set.view(o7,30);
  set.cel(o7,3);
animate.obj(o7);
stop.cycling(o7);
position(o7,56,86);
draw(o7);
  load.view(30);
     set.view(o8,30);
  set.cel(o8,0);
animate.obj(o8);
stop.cycling(o8);
position(o8,102,88);
draw(o8);



  draw(o0);
  show.pic();
  print("After the people applauded for you and you went on stage Max said: 'Don't let me down.'");
print("Now just write the page number what I hope that you did write down before you did got on stage and one thing more. When the crowd doesn't like the joke then you don't get any money and that's not good.");
}
if(said("5")){
if(v74 == 1){
print("You already said that joke.");
return();
}
print("Joke on page 5.");
print("Woman says to doctor: 'Please some vitamins for my kid.'");
print("Doctor answers: 'A, B or C.");
print("Woman says: 'It doesn't matter, he can't read.");
v50 += 1;
v74 = 1;
}
if(said("2")){
if(v73 == 2){
print("You already said that joke.");
return();
}
print("Joke on page 2.");
print("What do you buy when there is a commercial: 'Thing's for your friends neck'.");
print("English: A tie.");
print("Scotish: A necklace.");
print("Irish: A piece of rope for the English.");
v29 += 10;
v3 += 1;
v50 += 1;
v73 = 2;
}
if(said("4")){
if(v72 == 3){
print("You already said that joke.");
return();
}
print("Joke on page 4.");
print("An Irish guy was asked: 'Why do Irish people answer to a guestion with a guestion'?");
print("Irish guy answers: 'Who said that'?.");
v29 += 10;
v3 += 1;
v50 += 1;
v72 = 3;

}
if(said("1")){
if(v71 == 4){
print("You already said that joke.");
return();
}
print("Joke on page 1.");
print("What's the differece between a camel and human?");
print("A camle can work about a week without a drink.");
print("A human can drink a week without working.");
v50 += 1;
v71 = 4;
}
if(said("3")){
if(v70 == 2){
print("You already said that joke.");
return();
}
print("Joke on page 3.");
print("Father and son are in a zoo. Son points to a donkey  and says .");
print("'Daddy that donkey looks just like you'. ");
print("Father answers:'Don't say things like that.");
print("Son answers: 'Don't worry the donkey can't hear us.'");
v29 += 10;
v3 += 1;
v50 += 1;
v70 = 2;
}
if((v50 == 3||
v50 == 4)){
 set.string(s0,">");
  set.cursor.char("_");
print("You can go now. Max is waiting outside for his money.");
new.room(24);


}
if(v2 == 3){
new.room(10);


}
return();